Occurs when the vector changes.
public:
event VectorChangedEventHandler<T>^ VectorChanged {
EventRegistrationToken add (VectorChangedEventHandler<T>^ value);
void remove (EventRegistrationToken token);
}
The event handler receives an IVectorChangedEventArgs object that contains data that describes the event.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd